libglnx: Update to latest
authorColin Walters <walters@verbum.org>
Wed, 5 Oct 2016 14:13:33 +0000 (10:13 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 6 Oct 2016 11:54:39 +0000 (11:54 +0000)
This pulls in a new compilation flag for wrpseudo compatibility.  Also
note we need to add some includes since glnx-libcontainer went away,
and with it some includes for `sys/mount.h` etc.

Closes: #522
Approved by: cgwalters

configure.ac
libglnx
src/libostree/ostree-sysroot.c

index b739d2a7cb9dcd52dcf073388c7350070ef44ae9..0126bdd40c1af7763d306d8e43a1321755baafc1 100644 (file)
@@ -335,6 +335,7 @@ echo "
     libarchive (parse tar files directly):        $with_libarchive
     static deltas:                                yes (always enabled now)
     O_TMPFILE:                                    $enable_otmpfile
+    wrpseudo-compat:                              $enable_wrpseudo_compat
     man pages (xsltproc):                         $enable_man
     api docs (gtk-doc):                           $enable_gtk_doc
     gjs-based tests:                              $have_gjs
diff --git a/libglnx b/libglnx
index 4ae5e3beaaa674abfabf7404ab6fafcc4ec547db..36396b49ad6636c9959f3dfac5e04d41584b1a92 160000 (submodule)
--- a/libglnx
+++ b/libglnx
@@ -1 +1 @@
-Subproject commit 4ae5e3beaaa674abfabf7404ab6fafcc4ec547db
+Subproject commit 36396b49ad6636c9959f3dfac5e04d41584b1a92
index ee87128d10a364e34b0d2392b26b2063b13220f2..97f00c4e6b8808092390a85c206352631ee583d2 100644 (file)
@@ -21,6 +21,8 @@
 #include "config.h"
 
 #include "otutil.h"
+#include <sys/mount.h>
+#include <sys/wait.h>
 
 #include "ostree-core-private.h"
 #include "ostree-sysroot-private.h"